home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
cosmicfozmik.swf
/
scripts
/
frame_7
/
PlaceObject2_110_11
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
300 b
|
15 lines
onClipEvent(load){
isNegative = 0;
this.dupeOnce = 1;
myColor = new Color(this);
if(this == _root.stars)
{
_root.origStars = myColor.getTransform();
}
if(_root.negativeColor == 0)
{
myColor.setTransform(_root.origStars);
isNegative = 0;
}
}